home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 8: LINUX Games
/
Linux Cubed Series 8 - LINUX Games.iso
/
games
/
video
/
fly8111-.000
/
fly8111-
/
fly8
/
MSDOS
/
configqc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1979-12-31
|
1KB
|
47 lines
/* --------------------------------- config.h ------------------------------- */
/* This is part of the flight simulator 'fly8'.
* Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
*/
/* System dependent configuration information: MSDOS, ms qc
*/
#include <string.h>
#define FLY8_MSC 1
#define INIFILE "fly.ini" /* name of ini file */
#define LOGFILE "fly.log" /* name of log file */
#define MAC_EXT "mac" /* binary macros file extension */
#define MAX_EXT "max" /* text macros file extension */
#define VMD_EXT "vmd" /* video modes file extension */
#define PRM_EXT "prm" /* plane parameters file extension */
#define SHP_EXT "vxx" /* object shape file extension */
#define NAV_EXT "nav" /* nav data file extension */
#define LND_EXT "lnd" /* landscape file extension */
#define RTMODE "rt" /* fopen file mode: read text */
#define RBMODE "rb" /* fopen file mode: read binary */
#define WTMODE "wt" /* fopen file mode: write text */
#define WBMODE "wb" /* fopen file mode: write binary */
#define ATMODE "at" /* fopen file mode: read/write text */
#define ABMODE "ab" /* fopen file mode: read/write binary */
#define PATHSEP ';' /* path separator */
#define FAR far
#define NEAR near
#define FASTCALL _fastcall
#define CDECL _cdecl
#define LOADDS _loadds
#define INTERRUPT _interrupt
#define INLINED
#define C_MAIN main
#define FAULT_OFFSET 0x000a /* word count! */
#define MULDIV_OFFSET (FAULT_OFFSET+3)
#define HAVE_JOYSTICK